Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

ensure VM IDs are unique before calling Azure reimage/delete APIs #1023

Merged
merged 3 commits into from
Jun 25, 2021

Conversation

bmc-msft
Copy link
Contributor

Fixes an issue where Azure is now enforcing unique IDs for reimaging & deletion.

Exception: HttpResponseError: (InvalidParameter) InstanceIds may not be repeated.
Code: InvalidParameter
Message: InstanceIds may not be repeated.
Target: instanceIds

@bmc-msft bmc-msft linked an issue Jun 25, 2021 that may be closed by this pull request
src/api-service/__app__/onefuzzlib/azure/vmss.py Outdated Show resolved Hide resolved
src/api-service/__app__/onefuzzlib/azure/vmss.py Outdated Show resolved Hide resolved
@bmc-msft bmc-msft merged commit 883c93a into microsoft:main Jun 25, 2021
@bmc-msft bmc-msft deleted the unique-vm-ids-for-reimage-or-delete branch June 25, 2021 15:54
@ghost ghost locked as resolved and limited conversation to collaborators Jul 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Machines in scaleset are stuck in init state
3 participants